Package-level declarations

Types

Link copied to clipboard

Thrown when adding a source to a map twice

Link copied to clipboard

Custom Vector Source, allows using FeatureCollections.

Link copied to clipboard

Builder class for composing CustomGeometrySource objects.

Link copied to clipboard

Builder class for composing GeoJsonSource objects.

Link copied to clipboard

GeoJson source, allows using FeatureCollections from Json.

Link copied to clipboard

Interface that defines methods for working with CustomGeometrySource.

Link copied to clipboard

Image source, allows a georeferenced raster image to be shown on the map.

Link copied to clipboard

A raster DEM source.

Link copied to clipboard

Raster source, allows using raster tiles as source.

Link copied to clipboard
abstract class Source
Base Peer class for sources.
Link copied to clipboard
class TileSet(val tilejson: String, tiles: String)

Tile set, allows using TileJson specification as source. Note that encoding is only relevant to raster-dem sources, and is not supported in the TileJson spec.

Link copied to clipboard

An unknown type of source

Link copied to clipboard

Vector source, allows the use of vector tiles.